Globbing in `git checkout`
Posted
by yar
on Stack Overflow
See other posts from Stack Overflow
or by yar
Published on 2010-05-25T13:08:33Z
Indexed on
2010/05/25
13:11 UTC
Read the original article
Hit count: 163
Is there any way to implement globbing in git checkout? It would be great to be able to use
git checkout re*
or even to have tab completion in the shell. I'm using zsh, but an answer that is shell independent would be great.
Note: I realize that this is kind of a pipe dream, so... if I needed to implement this myself, must it be done in the shell language itself, or could it be done in, say, Ruby?
© Stack Overflow or respective owner